-
Notifications
You must be signed in to change notification settings - Fork 2
OpenShift Registry Scan Support #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yishaynaPalo
requested changes
Dec 14, 2025
2c1551e to
9d7e246
Compare
yishaynaPalo
approved these changes
Dec 18, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 12, 2026
* Feat: Enforce version patterns * Feat: Job history limit (#26) * delete finished jobs after 30 minutes * change jobsHistoryLimit to save only last success and failed job * restore chart version * update chart version * add ttlSecondsAfterFinished value --------- Co-authored-by: yishaynaPalo <[email protected]> * OpenShift Registry Scan Support (#24) * add registry_scan_url optional env * add openshift registry permissions * remove openshift registry permissions * add openshift registry permissions * change env name * restore chart version * bump version --------- Co-authored-by: Yishay Nadav <[email protected]> * Feat: Adding support for priority class (#23) * Adding support for priority class Signed-off-by: Roey <[email protected]> * Add PriorityClass permissions * Add PriorityClass permissions --------- Signed-off-by: Roey <[email protected]> Co-authored-by: ohoffman <[email protected]> * add registry viewer permisssons * Adding requests and limits to Konnector jobs (#29) * Adding resources and limits to Konnector jobs * Reduce cleanup job cpu request * ohoffman/modify priority class default values (#30) * Modify PriorityClass default values to better align with conventions * Increasing PriorityClass default values --------- Co-authored-by: yishaynaPalo <[email protected]> * Modify konnectors' job and chart name to better align with conventions (#31) * Modify konnectors' job and chart name to better align with conventions * Return the name of the helm chart to konnector * Changing konnector job name to cortex-syncer * Release 1.0.24 --------- Signed-off-by: Roey <[email protected]> Co-authored-by: ZurielPalo <[email protected]> Co-authored-by: rlevartovsky <[email protected]> Co-authored-by: ohoffman <[email protected]> Co-authored-by: oded7hoffman <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add OpenShift image puller permissions
Add registry-scan-url env
Motivation and Context
Our agent can perform OpenShift registry image scans.
By default, we use the standard OpenShift registry URL.
If the customer changes this URL, they can set the REGISTRY_SCAN_URL environment variable with their custom URL.